projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90c2e28
)
; * test/lisp/net/eww-tests.el (eww-test--response-function): Fix typo.
author
Jim Porter
<jporterbugs@gmail.com>
Thu, 7 Mar 2024 20:19:28 +0000
(12:19 -0800)
committer
Jim Porter
<jporterbugs@gmail.com>
Thu, 7 Mar 2024 20:19:28 +0000
(12:19 -0800)
test/lisp/net/eww-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/net/eww-tests.el
b/test/lisp/net/eww-tests.el
index ced84322e3afed8826f096a27a327055ddbfc950..bd00893d50301314ad4c769f96bd238e864c69f2 100644
(file)
--- a/
test/lisp/net/eww-tests.el
+++ b/
test/lisp/net/eww-tests.el
@@
-26,7
+26,8
@@
(defvar eww-test--response-function (lambda (url) (concat "\n" url))
"A function for returning a mock response for URL.
-The default just returns an empty list of headers URL as the body.")
+The default just returns an empty list of headers and the URL as the
+body.")
(defmacro eww-test--with-mock-retrieve (&rest body)
"Evaluate BODY with a mock implementation of `eww-retrieve'.